home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 June
/
Designer's Club 1997 June.iso
/
pc
/
ideasrc
/
demo3.dir
/
00027.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-13
|
239 b
|
13 lines
on mouseDown
puppetSound("tock")
repeat while the mouseDown
set the visible of sprite 4 to 0
updateStage()
end repeat
puppetSound("tick")
set the visible of sprite 4 to 1
sound stop 1
sound stop 2
go(1, "main")
end